Skip to content

chore(deps): bump importlib-metadata from 8.7.1 to 9.0.0#3

Merged
mpkrass7 merged 1 commit into
mainfrom
dependabot/pip/importlib-metadata-9.0.0
May 15, 2026
Merged

chore(deps): bump importlib-metadata from 8.7.1 to 9.0.0#3
mpkrass7 merged 1 commit into
mainfrom
dependabot/pip/importlib-metadata-9.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 3, 2026

Bumps importlib-metadata from 8.7.1 to 9.0.0.

Changelog

Sourced from importlib-metadata's changelog.

v9.0.0

Deprecations and Removals

  • Added MetadataNotFound (subclass of FileNotFoundError) and updated Distribution.metadata/metadata() to raise it when the metadata files are missing instead of returning Nonepython/cpython#143387#532)

v8.9.0

Features

v8.8.0

Features

  • Removed Python 3.9 compatibility.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [importlib-metadata](https://github.com/python/importlib_metadata) from 8.7.1 to 9.0.0.
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v8.7.1...v9.0.0)

---
updated-dependencies:
- dependency-name: importlib-metadata
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 3, 2026
@mpkrass7 mpkrass7 merged commit f722e36 into main May 15, 2026
1 check passed
@mpkrass7 mpkrass7 deleted the dependabot/pip/importlib-metadata-9.0.0 branch May 15, 2026 14:10
dgokeeffe added a commit that referenced this pull request May 16, 2026
Three dependabot PRs landed on main in the last 4 days (#1-#5) without
cross-constraint checking. Two of them combined to break every deploy:

1. PR #3 bumped importlib-metadata 8.7.1 -> 9.0.0
2. PR #4 bumped opentelemetry-sdk to 1.41.1 but left opentelemetry-api
   at 1.41.0 (mismatched — the sdk requires the api at the same version)

Symptom: `make deploy` fails at the [BUILD] step with
"ERROR: Cannot install importlib-metadata==9.0.0 and mlflow-skinny==3.11.1
because these package versions have conflicting dependencies"

Discovered when attempting to redeploy feat/enterprise-proxy-registry
for security-fix verification. Reproduces on bare main — not specific to
the feature branch.

Resolution math:

  - mlflow-skinny 3.11.1 requires importlib_metadata>=3.7,<9
  - opentelemetry-api 1.41.x requires importlib-metadata>=6.0,<8.8.0

The opentelemetry constraint is the binding one: even bumping mlflow-skinny
to 3.12.0 doesn't help (it requires opentelemetry<=1.16, undoing the
otel bump). The only path that keeps the otel and mlflow versions on main
is reverting importlib-metadata to <8.8.

Changes:
  - requirements.txt: importlib-metadata 9.0.0 -> 8.7.1
  - requirements.txt: opentelemetry-api/proto 1.41.0 -> 1.41.1 (align with sdk)
  - pyproject.toml: declare `importlib-metadata<8.8` explicitly so
    dependabot won't try this bump again until upstream widens caps

Verified with `uv pip install --dry-run -r requirements.txt` — resolves
cleanly. Ready to deploy.

Co-authored-by: Isaac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant